records

records

Active filters Clear all

No active filters

Filters

Room Nights Classification

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Establishment Classification
               

No description available for this field.

Name (identifier)
establishment_classification
Type
text
Sample
                       
RoomNights
               

No description available for this field.

Name (identifier)
roomnights
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"room-nights-classification",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/room-nights-classification"
      }
    ]
    ,
  • "definitions":
    {
    • "room-nights-classification":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/room-nights-classification_records"
            }
          }
        }
      }
      ,
    • "room-nights-classification_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "establishment_classification":
              {
              • "type":"string",
              • "title":"Establishment Classification",
              • "description":""
              }
              ,
            • "roomnights":
              {
              • "type":"integer",
              • "title":"RoomNights",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets